POST api/rxi

Request Information

URI Parameters

None.

Body Parameters

RequestPrescriptionItemAdd
NameDescriptionTypeAdditional information
Dosage

string

None.

IntakeInstructions

string

None.

IsActive

boolean

None.

Quantity

integer

None.

PrescriptionID

integer

None.

ProductID

integer

None.

SpecialInstructions

string

None.

UserID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Dosage": "sample string 1",
  "IntakeInstructions": "sample string 2",
  "IsActive": true,
  "Quantity": 4,
  "PrescriptionID": 5,
  "ProductID": 6,
  "SpecialInstructions": "sample string 7",
  "UserID": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.